Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 172,394 for

document formatting

(0.11 sec)
  1. File Formats and Conversions|Aspose.Words for C++

    Convert Documents from any supported load to save format with just two lines of C++ code. It provides high-quality conversions....reliably convert various document formats with a high degree of...can convert documents from any supported load format to any supported...

    docs.aspose.com/words/cpp/file-formats-and-conv...
  2. ShadowFormat.Clear | Aspose.Words for .NET

    Effortlessly reset your shadow format with the ShadowFormat Clear method. Enhance your design with a clean slate today!...Clear method Clears shadow format. public void Clear () Examples...shadow formatting for the shape. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.dra...
  3. ListLevel.numberPosition property | Aspose.Word...

    ListLevel.numberPosition property. Returns or sets the position (in points) of the number or bullet for the list level....how to apply custom list formatting to paragraphs when using...DocumentBuilder. let doc = new aw . Document (); // A list allows us to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. RowFormat.height property | Aspose.Words for Py...

    RowFormat.height property. Gets or sets the height of the table row in points....Examples Shows how to create a formatted table using DocumentBuilder...DocumentBuilder. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Font.underline property | Aspose.Words for Python

    Font.underline property. Gets or sets the type of underline applied to the font....Examples Shows how to insert formatted text using DocumentBuilder...DocumentBuilder. doc = aw . Document () builder = aw . DocumentBuilder ( doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Modify an Existing Style with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells library so that users can change the appearance of the cells as they need....same formatting options to cells, create a new formatting style... A formatting style object is a combination of formatting characteristics...

    docs.aspose.com/cells/cpp/modify-an-existing-st...
  7. HtmlInsertOptions Enum | Aspose.Words for .NET

    Explore Aspose.Words.HtmlInsertOptions enum to customize HTML insertion with the InsertHtml method, enhancing Document processing efficiency....1 Use font and paragraph formatting specified in DocumentBuilder...DocumentBuilder as base formatting for text inserted from HTML. RemoveLastEmptyParag...

    reference.aspose.com/words/net/aspose.words/htm...
  8. Create figures in LaTeX | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create Document figures in LaTeX and save the result file as images....NET Latex figures Create document figures with LaTeX Render...TeX for .NET Live Demos Documentation Source Code API Reference...

    products.aspose.com/tex/net/latex-figures/
  9. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row.... Document () builder = aw . DocumentBuilder...Setting table formatting options for a document builder # will...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...